バージョン

SwapCollection<T> クラス メンバ

SwapCollection<T>データ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタSwapCollection<T> コンストラクタオーバーロードされます。   
トップ
パブリック プロパティ
 名前解説
Public プロパティCancelCollectionChanging変更操作がエンド ユーザーによりキャンセルされたかどうかを示す値を取得または設定します。  
Public プロパティCountGets the number of elements actually contained in the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public プロパティItemGets or sets the element at the specified index. System.Collections.ObjectModel.Collection<T>から継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティItemsGets a IList wrapper around the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Protected プロパティSuppressMessagesSystem.ComponentModel.INotifyPropertyChanged 通知が抑制されるかどうかを示す値を取得します。  
トップ
パブリック メソッド
 名前解説
Public メソッドAddAdds an object to the end of the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドAddRange指定したコレクションの要素を、SwapCollection<T> の最後に追加します。  
Public メソッドClearRemoves all elements from the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドContainsDetermines whether an element is in the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドGetEnumeratorReturns an enumerator that iterates through the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドInsertInserts an element into the Collection at the specified index. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドInsertRange指定されたインデックスの SwapCollection<T> にコレクションの要素を挿入します。  
Public メソッドRemoveRemoves the first occurrence of a specific object from the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドRemoveAtRemoves the element at the specified index of the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドRemoveRangeSwapCollection<T> から指定した項目を削除します。  
Public メソッドSwapItemsオーバーロードされます。 SwapCollection<T> の 2 つの項目の位置を入れ替えます。  
トップ
プロテクト メソッド
 名前解説
Protected Internal メソッドAddRangeInternalある範囲の項目を SwapCollection<T> オブジェクトに追加します。  
Protected メソッドClearItemsオーバーライドされます。 SwapCollection<T> からすべての要素を削除します。  
Protected Internal メソッドClearItemsInternalSwapCollection<T> からすべての要素を削除します。  
Protected メソッドInsertItemオーバーライドされます。 指定されたインデックスの SwapCollection<T> に要素を挿入します。  
Protected Internal メソッドInsertItemInternal指定されたインデックスの SwapCollection<T> に要素を挿入します。  
Protected Internal メソッドInsertRangeInternalある範囲の要素を、SwapCollection<T> の指定したインデックスに挿入します。  
Protected メソッドOnCollectionChangedCollectionChanged イベントを発生します。  
Protected メソッドOnCollectionChangingCollectionChanging イベントを発生します。  
Protected メソッドOnPropertyChangedPropertyChanged イベントを発生させます。要素上に存在する 1 つ以上のプロパティの有効な値が変化したときに呼び出されます。  
Protected Internal メソッドRemoveInternal指定した項目をコレクションから削除します。  
Protected メソッドRemoveItemオーバーライドされます。 SwapCollection<T> の指定したインデックスにある要素を削除します。  
Protected Internal メソッドRemoveRangeInternal通知メッセージが抑止されるときに、指定した項目の範囲を削除します。  
Protected メソッドSetItemReplaces the element at the specified index. System.Collections.ObjectModel.Collection<T>から継承されます。
Protected Internal メソッドSwapItemsInternalオーバーロードされます。 指定した index にプッシュするときに、items の項目を入れ替えます。  
トップ
パブリック イベント
 名前解説
Public イベントCollectionChangedコレクション内の項目が変化するか、コレクション全体が変化したときに発生します。  
Public イベントCollectionChangingコレクション内の項目が変化しようとしている場合、またはコレクション全体が変化しようとしている場合に発生します。  
Public イベントPropertyChangedプロパティ値を変更するときに発生します。  
トップ
参照